﻿/* iPhone 4 ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 359px) and (min-device-height : 480px) and (max-device-height : 519px){*/
  @media only screen and (min-device-width : 320px) and (min-device-height : 480px) 
  and (max-device-width : 799px) 
  {  
    #DivIdentificacaoResponsavel {
        position: absolute;
        /*width: 90%;
        height: 88%;*/
        width: 280px;
        height: 400px;
        left: 7%;
        top: 7%;
        box-shadow: 0px 1px 4px #888888;
        
    }

    #divCabecalhoPortal{
        font-size:1.2em;
        top:8%;
        position:absolute;
    }


     #divLogo {
        position: absolute;
        top: 5%;
        left: 32%;
        width: 35%;
        height: 20%;
    }

     #divCPF {
        position: absolute;
        top: 40%;
        left: 5%;
        width: 50%;
        height: 10%;
    }

    #divEmail {
        position: absolute;
        top: 58%;
        left: 5%;
        width: 90%;
        height: 10%;
    }

    #divDtNascimento {
        position:absolute;
        top: 75%;
        left: 5%;
        width: 30%;
        height: 30%;
    }

    #DtNascimento {
        position:absolute;
        top: 0%;
        left: 93%;
        width: 150%;
        height: 100%;
    }

    
    #divDtNascimento2 {
        font-size:16px
    }

    #divbtnEntrar{
        position:absolute;
        left: 73%;
        top: 91%;
        height:7%; 
        width:20%; 
   }

    #btnEntrar{
        position:absolute;
        height:100%; 
        width:100%; 
        font-size:80%;
    }

   #divMsg {
        position: absolute;
        top: 85%;
        left: 8%;
        width: 100%;
        height: 10%;
        font-size:10px;
   }

   #spanValidationCPF{
       font-size:10px;
   }

   #spanValidationEmail{
       font-size:10px;
   }

   #divMenuMobile{

   }
}
